home *** CD-ROM | disk | FTP | other *** search
- ;*************************************************************************
- ;** mmu.library **
- ;** **
- ;** a system library for arbitration and control of the MC68K MMUs **
- ;** **
- ;** © 1998 THOR-Software, Thomas Richter **
- ;** No commercial use, reassembly, modification without prior, written **
- ;** permission of the authors. **
- ;** Including this library in any commercial software REQUIRES a **
- ;** written permission and the payment of a small fee. **
- ;** **
- ;** This is an internal header file, do not depend on anything here. **
- ;** Use the official include files. **
- ;** Distributed only for the mmu.library development group for private **
- ;** use. **
- ;** **
- ;**---------------------------------------------------------------------**
- ;** Block: Version header file, definition of version numbers **
- ;*************************************************************************
-
- ;FOLD Version
- Version = 0
- Revision = 5
- PackedVersion = (Version<<16)!(Revision)
-
- TextVersion Macro
- dc.b "0.05"
- EndM
-
- TextDate Macro
- dc.b "(04.10.98)"
- EndM
- ;ENDFOLD
-
-